Introduction SQL Server 2025 is super cool 😎 — and naturally, I had to test out the brand-new vector capabilities! To explore these features, I leaned into one of my favorite playgrounds: eShopLite — a collection of sample scenarios for an eCommerce app with AI-powered Semantic Search.
In the recent article about .NET and OpenTelemetry in mentioned .NET Aspire. This is a powerful tool for monitoring and inspecting applications. It provides real-time insights into logs, traces, and environment configurations, which is based on OpenTelemetry support. We'll investigate it in this article further
Explore the definitive, in-depth guide to .NET Aspire—Microsoft’s new stack for building cloud-native, distributed .NET applications. Learn about architecture, implementation, deployment, security, and operational best practices for enterprise-scale systems.
This article explores the evolving landscape of software upgrade and modernization initiatives, highlighting the tools available from Microsoft to streamline these processes.
The F# community really excels in creating F#-specific libraries or wrappers to reduce that friction. There are 2 such projects that I'd like to highlight, that should significantly make it easier for F# developers to take advantage of new features Microsoft are investing a lot time in: Cosmos DB and Aspire.
Explore how .NET Aspire transforms cloud-native app development. Discover key features, benefits, and why it’s a breakthrough for modern .NET developers.
How we modernized our enterprise microservices architecture and achieved seamless local development, enhanced observability, and simplified orchestration
.NET Aspire is a set of tools, templates, and packages that speed up your code-to-cloud dev loop by helping you build production-ready apps from day 1. Here are 5 key areas where it shines
When developing microservices locally using the Aspire framework, it’s often convenient to emulate Azure services like Blob Storage, Table Storage, Cosmos DB and Event Hubs. While the Blob Storage emulator started successfully in my environment, I ran into a puzzling issue with the EventHub emulator — it simply didn’t start, and the system failed without any clear diagnostics at first glance.
Part 1 of a multi-part blog series on Temporal with .NET Aspire.